Additional

Members

Variables

capital
string capital;

Capital city from Geonames

cldrDisplayName
string cldrDisplayName;

Country's customary English short name (CLDR)

currencies
const(string)[] currencies;

ISO 4217 currency alphabetic code

dial
string dial;

Country code from ITU-T recommendation E.164, sometimes followed by area code

ds
string ds;

Distinguishing signs of vehicles in international traffic

edgarCode
string edgarCode;

EDGAR country code from SEC

fifa
string fifa;

Codes assigned by the Fédération Internationale de Football Association

fips
string fips;

Codes from the U.S. standard FIPS PUB 10-4

geoNameId
Nullable!long geoNameId;

Geoname ID

ioc
string ioc;

Codes assigned by the International Olympics Committee

isIndependent
string isIndependent;

Country status, based on the CIA World Factbook

itu
string itu;

Codes assigned by the International Telecommunications Union

languages
const(string)[] languages;

Languages from Geonames, maps to the keys in the Language associative array. These can match the keys in the associative array received from getLanguages, also these can match ISO639.alpha3 or ISO639.alpha3Alternative.

marc
string marc;

Machine-Readable Cataloging codes from the Library of Congress

tld
string tld;

Top level domain from Geonames

wmo
string wmo;

Country abbreviations by the World Meteorological Organization

Meta